HTML, CSS, JAVASCRIPT

  • Note

    1. HTML

    html structure the web page

    - HTML stands for HyperText Markup Language.
    - It is the standard language used to structure the web page.
    - It tells the web browser how to display text, links, images, and other forms of multimedia on a webpage.

    2. CSS

    Css enhances the visual appearance of the web page

    Styling : font color, size, weight etc

    3. Javascript

    Javascript adds intractivity

    Javascript use the DOM tree to intract with web page

    1. JavaScript can add/change/remove HTML elements
    2. JavaScript can add/change/remove HTML attributes
    3. JavaScript can add/change/remove CSS styles
    4. JavaScript can react to HTML events
    5. JavaScript can add/change/remove HTML events